home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / concepts / simul_efun < prev    next >
Text File  |  2001-04-06  |  575b  |  15 lines

  1. CONCEPT
  2.         simul_efun
  3.  
  4. DESCRIPTION
  5.         The simul_efun object is automagically sort-of inherited by
  6.         every object. That functions that are defined in it can be
  7.         accessed just like efuns or inherited functions by every
  8.         object (except the master object). To get access to efuns that
  9.         are overloaded by the simul_efun object, you can use the
  10.         efun::function() to bypass the simul_efun (unless the
  11.         simul_efun object has defined the function as ``nomask'').
  12.  
  13. SEE ALSO
  14.         get_simul_efun(M), inheritance(LPC), operators(LPC)
  15.